Open source self-hosted cyber security learning platform
To get HaccTheHub up and running, you would need to setup the followings
python3
from your package manager.git clone https://github.com/J4FSec/HaccTheHub.git
cd HaccTheHub/backend
python3 -m pip install -r requirements.txt
cd ../client
npm install
cd ../backend
python3 main.py
cd ../client
npm start
The WebUI should now be accessible via http://localhost:8080.
Any contributions are much appreciated. If you have a suggestion, please fork the repo and create a pull request. You can also open an issue with the tag enhancement
.
git checkout -b feature/EpicFeature
)git commit -m "Add EpicFeature"
)git push origin feature/EpicFeature
)Distributed under the GNU Affero General Public License v3.0. See LICENSE
for more information.